From: Juanma Barranquero Date: Sun, 4 Oct 2009 01:32:08 +0000 (+0000) Subject: * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10080 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e68022742c1852dcfe8b8a7f587933eb9fe6c3b0;p=emacs.git * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 8e8d44f4136..77c904ac104 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2009-10-04 Juanma Barranquero + + * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. + 2009-09-29 Juanma Barranquero * spam-stat.el (spam-stat-load): Fix typo in message. diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el index 99d69f33bc3..daff2dc9567 100644 --- a/lisp/gnus/spam-stat.el +++ b/lisp/gnus/spam-stat.el @@ -551,7 +551,7 @@ check the variable `spam-stat-score-data'." ;; Testing (defun spam-stat-strip-xref () - "Strip the the Xref header." + "Strip the Xref header." (save-restriction (mail-narrow-to-head) (when (re-search-forward "^Xref:.*\n" nil t)